Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#14423 User can verify multiple times with the same two factor token #57728

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

andkorsh
Copy link

@andkorsh andkorsh commented Sep 6, 2024

Fixes #14423 User can verify multiple times with the same two factor token

Description

Adding the validation for used TOTP to comply with Section 5.2 of RFC 6238 as well as NIST guidelines (SP 800-63B, 5.1.4.2).

@andkorsh andkorsh requested a review from a team as a code owner September 6, 2024 17:01
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-identity Includes: Identity and providers label Sep 6, 2024
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Sep 6, 2024
@andkorsh
Copy link
Author

andkorsh commented Sep 6, 2024

@dotnet-policy-service agree

Copy link
Contributor

Looks like this PR hasn't been active for some time and the codebase could have been changed in the meantime.
To make sure no conflicting changes have occurred, please rerun validation before merging. You can do this by leaving an /azp run comment here (requires commit rights), or by simply closing and reopening.

@dotnet-policy-service dotnet-policy-service bot added the pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-identity Includes: Identity and providers community-contribution Indicates that the PR has been added by a community member pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ASP.NET Identity Core 2.1 - User can verify multiple times with the same two factor token
2 participants